home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 01531_Script_Bribe Exit Script < prev    next >
Text File  |  1995-05-21  |  609b  |  23 lines

  1. on exitFrame
  2.   global length, snap1, snap2, theStopFrame, whichOutCome, thePayEnd
  3.   if the movieTime of sprite 48 >= thePayEnd then
  4.     set the loch of sprite 3 to 1000
  5.     set the locv of sprite 3 to 1000
  6.     puppetsprite 48, false
  7.     
  8.     set the movietime of sprite 48 to 0
  9.     set the sound of cast¼
  10.  string(the name of cast value(the castNum of sprite 48)) to 0
  11.     --puppetsprite 3, false
  12.     updatestage
  13.     if snap1 = 0 and snap2 = 0 then
  14.       go frame whichOutcome
  15.     else
  16.       go frame "Darkroom"
  17.     end if
  18.     puppetsound 0
  19.   end if
  20.   updatestage
  21.   
  22.   go to the frame
  23. end